-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test PR #3743
Test PR #3743
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test Review
TRANS_BY_GPT3
测试评论 |
@@ -438,6 +438,8 @@ SrsRtcPlayStream::SrsRtcPlayStream(SrsRtcConnection* s, const SrsContextId& cid) | |||
|
|||
cache_ssrc0_ = cache_ssrc1_ = cache_ssrc2_ = 0; | |||
cache_track0_ = cache_track1_ = cache_track2_ = NULL; | |||
|
|||
timer_rtcp_ = new SrsRtcPlayRtcpTimer(this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
测试
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test PR Review Reply
TRANS_BY_GPT3
PR content
TRANS_BY_GPT3